home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1563 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. From: Ulrich Kuehn <kuehn@GOEDEL.UNI-MUENSTER.DE>
  2. Subject: Re: TOSWIn again. 
  3. Date: Mon, 13 Jun 1994 14:41:55 +0200
  4.  
  5.  
  6. Hello!
  7.  
  8. [info about debugger session]
  9. |>could be related to nalloc().  But .. why 29216 bytes???   Does that
  10. |>sound like any sort of blocksize to anyone?   It doesn't ring a bell
  11. |>here .. I'm baffled!
  12. |>
  13. Hmm, did you check the size of the process structure in mint? I am not
  14. familiar with the way mint allocates these structs, but I think that
  15. it is allocated on start up of the program. If toswin then uses a lib
  16. for allocting the memory for the window, and that lib does not return
  17. unused memory to the system, then there is a big problem. And as far
  18. as I know the mint lib does not return the memory it once allocated :(
  19.  
  20. |>MiNT's LineA handling is still pretty poor it seems.  LineA graphics have
  21. |>never worked right under MiNT for some reason.
  22. |>
  23. Is that a problem for you? LineA should not be used anyway, so who cares
  24. about it working or not? Just consider it not being there :)
  25.  
  26. Regards,
  27. Ulrich
  28.